body {
	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-position: center; 
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 18px;
}

a:link {
    color: #4270ac;
    text-decoration: none;
}

a:visited {
    color: #4270ac;
    text-decoration: none;
}

a:hover {
    color: #4270ac;
    text-decoration: underline;
}

a:active {
    color: #4270ac;
    text-decoration: underline;
}


#container {
	width: 1300px;
	margin: 30px 30px 30px 30px;
}

#header {
	/* same size as content */
	float: left;
	width: 900px;
	margin-left: 240px;
	text-shadow: 4px 4px 4px #4270ac;
	margin-bottom: 100px;
}
#header h1 { 
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#navindex
{
	text-align: center;	
	font-size: 30px;
	font-weight: bold;

}
#navindex ul
{
	list-style-type: none;
  margin: 0;
  padding: 0;

}
#navindex li a 
{ 
	display: block;
	color: #000000; 
	padding: 8px 16px;
	text-decoration: none;
}
#navindex a.active {
    background: rgb( 66,112,172 );
    color: #FFFFFF;
}

#navindex a:hover:not(.active) {
    background: rgba( 66,112,172,0.7 );
    color: #FFFFFF;
}

#content
{
	float: left;
	width: 900px;
	margin-left: 240px;
}

#footer
{
	margin-top: 100px;
	text-align: center;
	padding: 20px;
	color: #4270ac;
}


